home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr23 / dirx110.zip / OTHER.PGM < prev   
Text File  |  1993-06-29  |  6KB  |  107 lines

  1. Here's an updated list of my free programs as of June 29, 1993:
  2.  
  3. --
  4.  
  5.      PROGRAM:  DIRX.EXE    
  6.        TITLE:  Directory of eXecutables v1.10, 06/29/93      
  7.      ARCHIVE:  DIRX110.ZIP 
  8. Shell for detecting files compressed by several executable file compressors.
  9. Calls on user-selectable external programs to transparently compress and    
  10. uncompress files from within the program.  Currently supported are AXE,     
  11. DIET, EXEPACK, ICE, LEXEM, LZEXE, PKLITE, SCRNCH, SHRINK and TINYPROG.  New:
  12. Updated for PKLITE 1.15 compressed .COM files.  Also, no longer messes with 
  13. your DOS-level screen colors.                                               
  14.  
  15.      PROGRAM:  DIRXC.EXE   
  16.        TITLE:  DirX Command-line lister v1.10, 06/29/93      
  17.      ARCHIVE:  DIRXC110.ZIP
  18. Smaller, simpler version of DirX for when you just want a listing of        
  19. compressed and uncompressed files.  Listing is redirectable to printer or   
  20. file.  Mimicks DOS's DIR command, to an extent.  No sorting is performed.   
  21. New:  Updated for PKLITE 1.15 compressed .COM files.  Also, indicates       
  22. compression types using full names (e.g. "pklite" and "diet") rather than   
  23. cryptic abbreviations.                                                      
  24.  
  25.      PROGRAM:  RV.EXE      
  26.        TITLE:  RView v2.50, 03/20/93                         
  27.      ARCHIVE:  RV250.ZIP   
  28. Customizable archive lister & utility.  Currently supported are ARC, ARJ,   
  29. HYP, LZH, LZS, PAK, SQZ, ZIP & ZOO.  Displays ZIP- or LZH-style compression 
  30. ratios.  Various sort options.  Converts self-extracting archives back to   
  31. normal.  Misc. other features.  New:  Supports Squeeze It 1.08.3 (dated     
  32. 24-Jan-93) and Hyper 2.5.                                                   
  33.  
  34.      PROGRAM:  RVS.EXE     
  35.        TITLE:  RView Shell v1.11, 03/20/93                   
  36.      ARCHIVE:  RVS111.ZIP  
  37. Shell for viewing and extracting the contents of several archive types.     
  38. Calls on user-selectable external programs to extract and view.  Currently  
  39. supported are ARC, ARJ, HYP, LZH, LZS, PAK, SQZ, ZIP and ZOO. Displays      
  40. either ZIP- or LZH-style compression ratios.  Various sort options.  New:   
  41. Supports Squeeze It 1.08.3 (dated 24-Jan-93) and Hyper 2.5.  Extracting with
  42. all files tagged is faster than previously.                                 
  43. ────────────────────────────────────────────────────────────────────────────
  44. My development copy of RVS extends the /V[ext] options specified in RVS.CFG 
  45. to work outside of archives too.  For example, when looking at a DOS        
  46. directory, pressing <Enter> in a filename will invoke the appropriate viewer
  47. just as from within archives.                                               
  48.  
  49.      PROGRAM:  DBV.EXE     
  50.        TITLE:  DBF View v1.22, 08/08/92                      
  51.      ARCHIVE:  DBV122.ZIP  
  52. Simple viewer for taking quick looks inside dBASE-compatible .DBF files in  
  53. record and browse modes.  Does single-field, scan-across searches.  File    
  54. header info, including field definitions, can be displayed either in        
  55. interpreted (human-readable) format, or as hex bytes.  Editing of fields in 
  56. both record and browse modes enabled by command-line switch.  New:  The /Fx 
  57. switch sets different levels of filtering for .DBF files.                   
  58. ────────────────────────────────────────────────────────────────────────────
  59. My development copy allows a simplified form of complex search.  The        
  60. original simple search is still supported, but from the pull-down menu, you 
  61. could, for example, specify:  name = "brown" and date = "1/1/93" and any    
  62. matching records are found.  A control-key command will continue the last   
  63. search.                                                                     
  64.  
  65.      PROGRAM:  FIX.EXE     
  66.        TITLE:  File Fix v3.04, 08/08/92                      
  67.      ARCHIVE:  FIX304.ZIP  
  68. Binary editor, with record orientation, which allows searches for either    
  69. text or hex strings.  Default record size automatically set to maximum      
  70. allowed by number of lines on screen.  (Maximum record size is 576 bytes    
  71. with a 50-line screen.)  The program draws from a common library of routines
  72. shared with other programs I've written.  Color or black-and-white mode     
  73. automatically determined at program start-up.  New:  Typing of extended     
  74. ASCII characters enabled (for non-American users with modified keyboards).  
  75.  
  76.      PROGRAM:  ZFV.EXE     
  77.        TITLE:  ZIP Format View v1.11, 08/08/92               
  78.      ARCHIVE:  ZFV111.ZIP  
  79. Allows you to see how a ZIP file is laid out on disk.  Uses windowing to    
  80. step down to lower levels of detail.  Displays header offsets and most field
  81. values, including their interpretation.  Admittedly, this program isn't for 
  82. everyone.  For the curious and those with a need to know, however, this     
  83. program displays technical data on ZIP files that I haven't seen in any     
  84. other program.  New:  Switch to set level of filtering for ZIP files.       
  85. Configuration file for default switches.  Updated for the Super-fast Deflate
  86. compression algorithm.                                                      
  87.  
  88.      PROGRAM:  CRC.EXE     
  89.        TITLE:  Cyclic Redundancy Checker v1.20, 02/08/92     
  90.      ARCHIVE:  CRC120.ZIP  
  91. Displays 16- and 32-bit CRC's of files or directory contents.  16-bit CRC   
  92. same as for ARC, LZH, LZS, PAK and ZOO files.  32-bit CRC same as for ARJ   
  93. and ZIP.  "CRC filespec" displays individual CRC's for the specified        
  94. file(s).  "CRC path" displays accumulated CRC's of all files contained in   
  95. the specified directory.  May be used to compare files/directories on       
  96. physically separated machines, or to see if changes have occurred over time.
  97. New:  The functions of both CRC v1.14 and CRCDIR v1.00 have been combined   
  98. into a single program.                                                      
  99.  
  100. --
  101.  
  102.                 Raymond T. Kaya
  103.                 P.O. Box 1436
  104.                 Honolulu, HI  96806
  105.  
  106.                 CompuServe:  71230,2500
  107.